deleteEveryEndpoint
( class in module jsPlumb
)
Deletes every Endpoint
and their associated Connection
s. Distinct from reset
because we dont clear listeners here, so
for that reason this function is often the best way to reset a jsPlumb instance.
jsPlumb.deleteEveryEndpoint()
{object}
– The current jsPlumb instance.